VERSION = 1,

option BigDegens.NeckBeardSpawnRate
{
    type = double,
    min = 0, max = 10000,
    default = 0.5,
    page = BigDegens,
    translation = BigDegens_NeckBeardSpawnRate,
}

option BigDegens.Bed
{
    type = boolean,
    default = true,
    page = BigDegens,
    translation = BigDegens_Bed,
}

option BigDegens.BedSpawnRate
{
    type = double,
    min = 0, max = 1000,
    default = 10.0,
    page = BigDegens,
    translation = BigDegens_BedSpawnRate,
}

option BigDegens.Manga
{
    type = boolean,
    default = false,
    page = BigDegens,
    translation = BigDegens_Manga,
}

option BigDegens.MangaSpawnRate
{
    type = double,
    min = 0, max = 1000,
    default = 10.0,
    page = BigDegens,
    translation = BigDegens_MangaSpawnRate,
}

option BigDegens.Dakis
{
    type = boolean,
    default = false,
    page = BigDegens,
    translation = BigDegens_Dakis,
}

option BigDegens.DakiSpawnRate
{
    type = double,
    min = 0, max = 1000,
    default = 10.0,
    page = BigDegens,
    translation = BigDegens_DakiSpawnRate,
}

option BigDegens.Junk
{
    type = boolean,
    default = true,
    page = BigDegens,
    translation = BigDegens_Junk,
}

option BigDegens.JunkSpawnRate
{
    type = double,
    min = 0, max = 100,
    default = 1.0,
    page = BigDegens,
    translation = BigDegens_JunkSpawnRate,
}

